func github.com/go-pg/pg/v10/orm.quoteTableName
4 uses
github.com/go-pg/pg/v10/orm (current package)
table.go#L339: t.setName(types.Safe(quoteTableName(s)))
table.go#L344: t.SQLNameForSelects = types.Safe(quoteTableName(s))
table.go#L848: m2mTableName := quoteTableName(m2mTableNameString)
table.go#L1456: func quoteTableName(s string) types.Safe {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)